projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631248e
)
(x_update_menu_appearance): Call Ffont_xlfd_name with
author
Kenichi Handa
<handa@m17n.org>
Thu, 22 May 2008 03:47:34 +0000
(
03:47
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 22 May 2008 03:47:34 +0000
(
03:47
+0000)
two args.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index f954ea93e74306f10123d89b633857d1c880a69c..b797705c4a6b819e3b999eff6848b64e195b2e3d 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-3686,7
+3686,7
@@
x_update_menu_appearance (f)
|| !UNSPECIFIEDP (LFACE_SLANT (lface))
|| !UNSPECIFIEDP (LFACE_HEIGHT (lface))))
{
- Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface));
+ Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface)
, Qnil
);
#ifdef USE_MOTIF
const char *suffix = "List";
Bool motif = True;